home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4029 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  933 b 

  1. Path: news.sprintlink.net!rockyd!cmcl2!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.ada,comp.lang.c++,comp.lang.c,comp.lang.modula3,comp.lang.modula2,comp.lang.eiffel
  4. Subject: Re: type checking in C++ was Re: Hungarian notation
  5. Date: 26 Jan 1996 18:20:03 -0500
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.822698370@schonberg>
  8. References: <4cf8hf$8fe@hopi.gate.net> <DKoBrn.CHs@falcon.daytonoh.attgis.com> <4d1j37$ge8@stc06.ctd.ornl.gov> <9601221.15716@mulga.cs.mu.OZ.AU> <4djlme$kf3@gaia.ns.utk.edu> <9602601.20727@mulga.cs.mu.OZ.AU>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. "Nearly.  One difference is that elements are always allocated on the heap,
  13. not the stack, even if the array size is known at compile time.
  14.  
  15.  
  16. I don;t know what the metric of nearly is, but allocating all arrays on
  17. the heap is quite a hit for some programs.
  18.  
  19.